feat(fleet): add CARETAKER_FLEET_SECRET for signed heartbeats#57
Merged
ianlintner merged 1 commit intomainfrom Apr 26, 2026
Merged
feat(fleet): add CARETAKER_FLEET_SECRET for signed heartbeats#57ianlintner merged 1 commit intomainfrom
ianlintner merged 1 commit intomainfrom
Conversation
|
@claude caretaker is requesting a full code review for this PR. Repo: Please review this pull request for:
Post a review comment summary and inline comments where applicable. Delegated by caretaker's PRReviewerAgent via ClaudeCodeExecutor hand-off. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fleet Registry Opt-in
This PR adds
CARETAKER_FLEET_SECRETto the caretaker workflow environment so signed heartbeats can be sent to the central admin dashboard.What changes
.github/workflows/maintainer.yml: addsCARETAKER_FLEET_SECRETto theRunandSelf-healstep env blocksWhat you need to do
CARETAKER_FLEET_SECRET. Get the value from the caretaker admin.Part of caretaker v0.19.6 fleet registry opt-in.